Reset
TheReset
method replaces this shape's geometric representation with an empty area.
void Reset ();DISCUSSION
Except for shapes created by theCopy
method, newly created shapes start out as empty shapes; this method changes a shape back to the initial state.The effect of this method is the same as replacing this shape with an empty rectangle by using the
SetRectangle
method with the empty rectangle (0, 0, 0, 0). However, theReset
method is slightly more efficient.SEE ALSO
TheODShape::SetRectangle
method (page 653).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help